-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Password manager GUI #721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password manager GUI #721
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions:
- Create a master password for the database and prompt to authenticate every time user clicks on show-all. You need the SQLCipher module to read that database. The default SQLite3 module has no support for that.
- The alignment in showing passwords is not so good. Use some layouts to position them correctly.
@kaustubhgupta Sure will work on these suggestions and get back |
@Ayushjain2205 updates? |
@kaustubhgupta There is This issue when pysqlcipher is installed with pip. Is it ok or will it cause a problem because I will be specifying it in the requirements file but it wont get installed properly from it |
@kaustubhgupta I am not able to install pysqlcipher from the link given in the above issue. Can you please guide me how I can install it because I am unable to use it even after successful installation of it through pip |
@Ayushjain2205 did you try this? |
I tried this but I was not able to install it. I will go ahead with the new method you sent |
@Ayushjain2205 updates? |
@kaustubhgupta I have created the master password functionality. The user needs to add the master password as a command line argument and whenever the user clicks show all he needs to enter the password. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Ayushjain2205 Good Job 💯 💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @Ayushjain2205 💯💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM...
Description
Script added for Password Manager GUI. This lets the user enter and store passwords safely in a local SQL Database
Fixes #694
Have you read the Contributing Guidelines on Pull Requests?
Type of change
Checklist:
README.md
Template for README.md